|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.keys.Key
org.eclipse.ui.keys.ModifierKey
Instances of ModifierKey
represent the four keys on the
keyboard recognized by convention as 'modifier keys', those keys typically
pressed in combination with themselves and/or a 'natural key'.
ModifierKey
objects are immutable. Clients are not permitted
to extend this class.
EXPERIMENTAL
Field Summary | |
static ModifierKey |
ALT
The single static instance of ModifierKey which
represents the 'Alt' key. |
static ModifierKey |
COMMAND
The single static instance of ModifierKey which
represents the 'Command' key. |
static ModifierKey |
CTRL
The single static instance of ModifierKey which
represents the 'Ctrl' key. |
static ModifierKey |
SHIFT
The single static instance of ModifierKey which
represents the 'Shift' key. |
Fields inherited from class org.eclipse.ui.keys.Key |
name |
Methods inherited from class org.eclipse.ui.keys.Key |
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ModifierKey ALT
ModifierKey
which
represents the 'Alt' key.
public static final ModifierKey COMMAND
ModifierKey
which
represents the 'Command' key.
public static final ModifierKey CTRL
ModifierKey
which
represents the 'Ctrl' key.
public static final ModifierKey SHIFT
ModifierKey
which
represents the 'Shift' key.
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |